Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 33 and Version 34 of Installing Pidgin


Ignore:
Timestamp:
Mar 22, 2008, 3:40:41 PM (16 years ago)
Author:
resiak
Comment:

explain how to add deb-src stuff.

Legend:

Unmodified
Added
Removed
Modified
  • Installing Pidgin

    v33 v34  
    9292In short, there are a lot of good reasons to ''not'' use Pidgin MTN if one does not wish to develop Pidgin, Pidgin plugins, or a codebase which interacts with Pidgin in some intimate way.  There are, however, only a few reasons ''to'' use Pidgin MTN outside of the above.  Please weigh these things carefully and decide whether you wish to use Pidgin MTN for a good reason which furthers the community, or for selfish reasons which are not entirely important.
    9393
    94 === I am on Ubuntu; how do I get $DEPENDENCY installed so I can compile Pidgin? ===
    95 You need to install the development headers; these are the -dev packages. A simple "apt-get build-dep gaim" will find and install all of the required header packages for you.
     94=== I am on Debian or Ubuntu; how do I get $DEPENDENCY installed so I can compile Pidgin? ===
     95You need to install the development headers; these are the -dev packages. A simple `apt-get build-dep pidgin` (or if you're on an older release which doesn't have a `pidgin` package, `apt-get build-dep gaim`) will find and install all of the required header packages for you.
     96
     97If `apt-get build-dep` fails with a message like
     98
     99> E: You must put some 'source' URIs in your sources.list
     100
     101then you need to add `deb-src` lines to your `/etc/apt/sources.list` corresponding to each of the `deb` lines already there.  If editing configuration files scares you, Ubuntu has a "Software Sources" control panel in System -> Administration which has some magic tickyboxes to do this for you.
    96102
    97103=== How can I get Pidgin to report idleness based on keyboard and mouse usage? ===
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!